Initializes a new instance of the PointSeries3D class.
Namespace: MindFusion.ChartingPackage: MindFusion.Charting
public PointSeries3D ( IList<Point3D> points, IList<string> labels)
Public New ( _ points As IList(Of Point3D), _ labels As IList(Of String) _)
A list of 3D points.
A list of labels.
PointSeries3D ClassMindFusion.Charting Namespace